.user-menu {
	background-color: #fff;
	box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
	border-radius: 4px;

	position: absolute;
	z-index: 2;
	
	min-width: 270px;
	width: auto;
}
.user-menu__items {
	padding: 0;
	padding-top: 9px;
	margin: 0;
	list-style: none;
	color: #000;
}
.user-menu__item:not(.user-menu__item--email):not(.user-menu__item--username):hover {
	background-color: #FAFFBD;
	color: #000;
	cursor: pointer;
}
.user-menu__item--email .user-menu__link, .user-menu__item--username .user-menu__link {
	font-weight: 700;
}
.user-menu__item--username .user-menu__link {
	height: auto;
	margin-bottom: -6px;
}
.user-menu__item:hover a {
	color: #000;
	text-decoration: none;
}
.user-menu__item:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.menu__separate, .separate_1_2 {
	margin-right: 1.2px;
}
.menu__separate, .separate_2 {
	margin-right: 2px;
}
.separate_4 {
	margin-right: 4px;
}
.separate_6 {
	margin-right: 6px;
}
.separate_8 {
	margin-right: 8px;
}
.separate_12 {
	margin-right: 12px;
}
.user-menu__link {
	display: flex;
	align-items: center;
	color: #000;
	width: 100%;
	height: 36px;
	padding: 0 9px;
	margin: 0 0 0 -.07em;
	overflow: hidden;
	text-decoration: none;
}

@media (max-width: 500px) {
	.user-menu {
		width: calc(100% - 30px);
	}
}
